-
Notifications
You must be signed in to change notification settings - Fork 305
[DNM] Add support for shot-wise output for IonQ jobs #3535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Radu Marginean <[email protected]>
I, Radu Marginean <[email protected]>, hereby add my Signed-off-by to this commit: 7e8774d I, Radu Marginean <[email protected]>, hereby add my Signed-off-by to this commit: 671dd89 Signed-off-by: Radu Marginean <[email protected]>
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Signed-off-by: Sachin Pisal <[email protected]>
Command Bot: Processing... |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Command Bot: Processing... |
Signed-off-by: Sachin Pisal <[email protected]>
Command Bot: Processing... |
Command Bot: Processing... |
|
@bettinaheim Thank you for the code review. I implemented your suggestion for enabling 'memory' argument in C++ API interface. I also corrected an error in initial implementation, the bit-strings are now returned in big-endian format. Unless I am mistaken, Cuda-Q used the big-endian format for qubit ordering. For the moment merging this PR will be put on hold untill IonQ will finish some internal work which will allow us to test this change on QPU devices not only on IonQ simulator which we did for the moment. |
|
CUDA Quantum Docs Bot: A preview of the documentation can be found here. |
Summary: adds memory to support shotwise output
Details and comments:
Fixes issue #3572.